@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,600;1,700&display=swap');

*{
    padding: 0;
    margin: 0;
}

body {
    background: url(bg.jpg) no-repeat center center fixed;
    background-size: cover;
}

.container {
    width: 20%;
    position: absolute;
    top: 15%;
    left: 7%;
}

.container h1 {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-family: 'Josefin Sans', sans-serif;
    color: white;
    margin: 0 0 33px;
}

.box {
    width: 100%;
    margin: 12px 0 15px;
    border-bottom: 3px solid #164747;
}

.box input {
    color: white;
    background: none;
    border: none;
    font-size: 20px;
    outline: none;
    margin: 8px auto;
}

.box i {
    padding: 0px 11px 0 3px;
    color: white;
}

.btn {
    cursor: pointer;
    margin: 18px 0 0;
    background: none;
    border: 3px solid #164747;
    color: white;
    border-radius: 7px;
    padding: 6px 21px;
    font-weight: bold;
}

.btn:hover {
    cursor: pointer;
    color: #164747;
    background-color: #ffffff;
    opacity: 0.6;
}